home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / proxies.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.5 KB  |  36 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Proxies.pas' rev: 3.00
  6.  
  7. #ifndef ProxiesHPP
  8. #define ProxiesHPP
  9. #include <SysInit.hpp>
  10. #include <System.hpp>
  11.  
  12. //-- user supplied -----------------------------------------------------------
  13.  
  14. namespace Proxies
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. //-- var, const, procedure ---------------------------------------------------
  18. extern PACKAGE void __fastcall CreateSubClass(System::TObject* Instance, const System::AnsiString ClassName
  19.     , System::TMetaClass* Ancestor);
  20. extern PACKAGE void __fastcall DestroySubClass(System::TObject* Instance);
  21. extern PACKAGE void __fastcall RenameSubClass(System::TObject* Instance, const System::AnsiString ClassName
  22.     );
  23. extern PACKAGE System::TObject* __fastcall GetSubClassInstance(System::TMetaClass* Proxy);
  24. extern PACKAGE void * __fastcall CreateSubClassMethod(System::TObject* Instance, const System::AnsiString 
  25.     MethodName);
  26. extern PACKAGE void __fastcall RenameSubClassMethod(System::TObject* Instance, void * Method, const 
  27.     System::AnsiString MethodName);
  28. extern PACKAGE void __fastcall DestroySubClassMethod(System::TObject* Instance, void * Method);
  29.  
  30. }    /* namespace Proxies */
  31. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  32. using namespace Proxies;
  33. #endif
  34. //-- end unit ----------------------------------------------------------------
  35. #endif    // Proxies
  36.